wayland: Fix cross-layout accelerators
authorMatthias Clasen <mclasen@redhat.com>
Mon, 15 Mar 2021 19:23:00 +0000 (15:23 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 15 Mar 2021 21:14:49 +0000 (17:14 -0400)
commite3dcc3d369e090efbc96c629248836523be393ce
treebb12ee58ae6d5cab38655cc6847f9cdcc2108aa8
parent568fe2e97b014a6021fcb7f25aadd14ff5bfef68
wayland: Fix cross-layout accelerators

GTK traditionally lets you activate keyboard shortcuts
even if they are for a non-active layout. But it is meant
to only activate with a keysym from a non-active layout
when that symbol is not present in the current layout.
That last condition was lost when key event handling
was redone for GTK4. Bring it back.
gdk/gdkevents.c